home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / hlp145an.zip / HLPE-CLR.ZIP / HLPTS < prev    next >
Text File  |  1992-02-07  |  3KB  |  56 lines

  1. @CLS@
  2. @X04(@X0CTS@X04) Message Text Search - Function Help
  3. ----------------------------------------
  4.  
  5. @X0BSubcommands:
  6.  
  7. @X0F           @X04(@X0CF@X04)   @X0F @X03selects only messages left by you
  8. @X0F           @X04(@X0CY@X04)   @X0F @X03selects only messages left for you
  9. @X0F           @X04(@X0CS@X04)   @X0F @X03selects messages above the last one you have read
  10. @X0F           @X04(@X0CA@X04)   @X0F @X03scan messages in all SELECTed conferences
  11. @X0F           @X04(@X0CALL@X04) @X0F @X03scan messages in all conferences in which you are registered
  12. @X0F           @X04(@X0CL@X04)   @X0F @X03read in backwards order from the last message to the first
  13. @X0F           @X04(@X0CC@X04)   @X0F @X03capture the messages found to a file for download
  14. @X0F           @X04(@X0CD@X04)   @X0F @X03implies a (C)apture and immediately downloads
  15. @X0F           @X04(@X0CZ@X04)   @X0F @X03implies a (D)ownload but compresses the file before
  16. @X0F           @X04(@X0CNS@X04)  @X0F @X03displays text in non-stop mode
  17. @X0F           @X04(@X0CRM+@X04) @X0F @X03re-read "memorized" message number plus forward read
  18. @X0F           @X04(@X0CRM-@X04) @X0F @X03re-read "memorized" message number plus backwards read
  19. @X0F           @X04(@X0C##+@X04) @X0F @X03scan messages from a selected number forward
  20. @X0F           @X04(@X0C##-@X04) @X0F @X03scan messages from a selected number backward
  21. @X0F           @X04(@X0CUSER@X04)@X0F @X03selects only those message to or from the specified user
  22.  
  23. @X0ADescription:@X0F  @X02Allows searching the messages on the system to find messages
  24. @X0F              @X02that match the search criteria that you provide.
  25.  
  26. @X0EExamples:
  27.  
  28. @X0C  * TS A 1+ <enter>
  29.     PCBoard & LANtastic <enter>
  30.  
  31.     The above commands will search thru every available message in ALL
  32.     conferences areas you are set to scan for any message that has both
  33.     the word "PCBoard" AND the word "LANtastic" in it.
  34.  
  35. @X0C  * TS A 1+ <enter>
  36.     PCBoard & (LANtastic | DESQview) <enter>
  37.  
  38.     The above commands will search thru every available message in ALL
  39.     conferences areas you are set to scan for any message that has both
  40.     the word "PCBoard" @X0CAND@X07 either the word "LANtastic" @X0COR@X07 the word
  41.     "DESQview" in it.
  42.  
  43.     The parenthesis tell PCBoard how you want to group your criteria if
  44.     you have a complex search request such as the one above.  It will
  45.     allow for nearly any number of parens and any combination of @X0CAND@X07's
  46.     (using the "@X0C&@X07" character) and @X0COR@X07's (using the "@X0C|@X07" character).
  47.  
  48. @X0C  * TS A 1+ USER JOHN DOE <enter>
  49.     PCBoard & Help <enter>
  50.  
  51.     The above command (similar to examples above) adds the keyword USER
  52.     to the command line specifying that only messages that are either
  53.     TO or FROM John Doe should be displayed if they are found to have
  54.     both the words PCBoard and Help in them.
  55.  
  56.